ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ItemCollection<T> Class / Remove Method
A T object to remove.

In This Topic
    Remove Method (ItemCollection<T>)
    In This Topic
    Removes the specified T object from the ItemCollection<T>.
    Syntax
    'Declaration
     
    Public Function Remove( _
       ByVal item As T _
    ) As Boolean
    public bool Remove( 
       T item
    )

    Parameters

    item
    A T object to remove.

    Return Value

    A System.Boolean value. true if the T was successfully removed; otherwise, false.
    See Also